how to remove css from element using jquery

57

$('#tag-id').removeAttr('style');
  $("body").removeAttr("style");
$('.tag-class').removeAttr('style');

Comments

Submit
0 Comments